﻿blockquote, body, button, dd, dl, dt, fieldset, form, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    font-family:"Microsoft YaHei";
    font-size: 14px;

}
/**
.li_h{ border-bottom: 6px solid #015EB7;color:#015EB7;}
**/
.li_h a{color:#015EB7 !important;}
em{font-style: normal;}
li{list-style-type: none;
  list-style-position: inside;
  line-height: 1em;
}
a{text-decoration: none;}
.index_content{width: 1210px;margin: 0 auto;height: auto;}
.contentb{width: 1210px;margin: 0 auto;background: #FFF;}
.gapbg{background: #F9F9F9;width: 100%;min-width: 1210px;}
/*header*/
.header{
	width: 100%;
	min-width: 1210px;
	height: 110px;
	background: #FFFFFF;
}

.header .logo{
	float: left;
}

/*nav*/
.nav .nav-list {
    width: 905px;
    text-align: center;
    float: right;
}

.index_menu,.index_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.index_menu li {
    padding-top: 12px;
}

.index_menu> li {
	/*导航设置处*/
    display: block;
    float: left;
    height: 110px;
    /*position: relative;*/
}

.index_menu >li:hover {
    border-bottom: 6px solid #015EB7;
}

.index_menu li:last-child {
	border-bottom: 0;
}

.index_menu .nav-first {
	/*导航字体设置处*/
    display: block;
    font-size: 16px;
    color: #030704;
    line-height: 95px;
    padding: 0 26px;
    text-decoration: none;
    text-transform: uppercase;
position:relative;
}

.index_menu li:hover>.nav-first {
	/*导航鼠标经过效果*/
    height: 110px;
    padding-top: 0;
    overflow: hidden;
    line-height: 95px;
    color: #2F7BC4;
}

.hunt input:first-child{
     	width: 179px;
	height:30px;
margin-top:35px;
}

.hunt input:first-child+input{
        margin-left: -33px;
	width: 26px;
	height: 26px;
        position:absolute;
        top:37px;
        right:30px;
}
/*-----------------------------------------------------------------------------*/
.bottonxl{
	width:100%;
	position:absolute;
	z-index:100;
	top:110px;
	background:rgba(255, 255, 255, 0.8);
	height:108px;
	left:0;
        background-color:#ffffff;
       filter:alpha(opacity=90); /*IE滤镜，透明度50%*/
       -moz-opacity:0.9; /*Firefox私有，透明度50%*/
        opacity:0.9;/*其他，透明度50%*/

	display:none;
min-width: 1210px;
}
.contentxl2 {
    width: 550px;
    width: 750px\9;
    margin: 0 auto;
    margin-top: -5px\9;
}
.floatxl-4 li a p{margin:0;
                  margin-top:6px;
                 
}
.floatxl-3 li a p{margin:0;
                  margin-top:6px;
                  
}
.contentxl{
        width:950px;
        width:1150px\9;
	margin:0 auto;
        margin-top:-5px\9;
}
.floatp{
	color:#333;
	text-align: center;
}
.contentxl4 {
     width: 750px;
    margin: 0 auto;
    width: 1000px\9;
    margin-top:-5px\9;
}
.contentxl5 {
    width: 750px;
    margin: 0 auto;
    width: 950px\9;
    margin-top:-5px\9}
.contentxl6 {
    width: 950px;
    width: 850px\9;
    margin: 0 auto;
    margin-top: -5px\9;
}
.floatxl-1{
	margin-left:80px;
	display:none;
}
.floatxl-1 li{
	float:left;
	margin-left:100px;
}
.floatxl-1 li:nth-child(1){
	margin-left:0;
}


.floatxl-2{
	margin-left:80px;
	/*display:none;*/
}
.floatxl-2 li:first-child{
	}
.floatxl-2 li{
	float:right;
	margin-right:100px;
}
.floatxl-2 li:nth-child(1){
	margin-right:30px;
}


.floatxl-3{
	margin-right:50px !important;
	/*display:none;*/
        width:690px;
}
.floatxl-3 li{
	float:left;
	margin-left:100px;
}
.floatxl-3 li:nth-child(1){
	margin-left:0;
}

.floatxl-4{
	margin-left:80px;
	display:block;
}
.floatxl-4 li{
	float:left;
	margin-left:150px;
}
.floatxl-3 li{
	float:right;
	margin-right:100px;
    z-index: 999999;

	}
.floatxl-4 li:nth-child(1){
	margin-left:0;
}





/**
 * Variables
 */
/**
 * Wrapper
 */
.combo-select {
    position: relative;
    max-width: 400px;
    font: 100% Helvetica, Arial, Sans-serif;
    border: 1px #ccc solid;
    border-radius: 3px; }
.combo-select .combo-input {
    margin-bottom: 0; }

/**
 * Input field
 */
.combo-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: none;
    width: 100%;
    box-sizing: border-box;
    padding: 12px;
    padding-right: 60px;
    border-radius: 3px; }
.combo-input:focus {
    outline: none; }

/**
 * Arrow
 */
.combo-arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    width: 40px;
    font-size: 12px;
    color: #999999; }
.combo-arrow:before {
    content: " ";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #cccccc;
    display: block;
    width: 0;
    height: 0;
    top: 0;
    right: 15px;
    bottom: 0;
    position: absolute;
    margin: auto 0; }

/**
 * When opened
 */
.combo-open .combo-arrow {
    border-color: #51A7E8; }
.combo-open .combo-arrow:before {
    border-top: none;
    border-bottom: 5px solid #cccccc; }

/**
 * When focused
 */
.combo-focus {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    border-color: #51A7E8; }
.combo-focus input {
    border-color: #51A7E8; }

/**
 * Hide native select
 */
.combo-select select {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    opacity: 0; }

@media only screen and (min-width: 960px) {
    .combo-select select {
        left: -1px;
        top: -1px;
        width: 0;
        height: 0;
        margin: 0; } }
/**
 * Selected option
 */
.option-selected {
    background-color: #eee; }

/**
 * Hovered option
 */
.option-hover {
    background-color: #006eab;
    color: #fff; }

/**
 * Option item
 */
.option-item {
    cursor: pointer;
    border-bottom: 1px #e3e3e3 solid; }
.option-item:hover {
    background-color: #006eab;
    color: #fff; }
.option-item:last-child {
    border-bottom: none; }

/**
 * Disabled and optgroups
 */
.option-group {
    cursor: text;
    font-weight: 600;
    background: #e1e1e1;
    border: 1px #ccc solid;
    border-width: 1px 0; }

/**
 * Disabled
 */
.option-disabled {
    opacity: 0.5; }

/**
 * Dropdown
 */
.combo-dropdown {
    position: absolute;
    z-index: 99;
    bottom: 100%;
    left: 0;
    min-width: 100%;
    max-width: 300px;
    max-height: 300px;
    margin: 0;
    padding: 0;
    display: none;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #999999;
    border-radius: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-sizing: border-box; }
.combo-dropdown li {
    list-style: none;
    padding: 8px 1em;
    margin: 0; }

/**
 * On Active
 */
.combo-open .combo-dropdown {
    display: block; }

/**
 * Search marker
 */
.combo-marker {
    text-decoration: underline; }
.links {width: 100%;min-width: 1210px;height: 85px;}
.links .img {line-height: 85px;width: 125px;float: left;}
.links .right {float: left;width: 1075px;padding-top: 20px;}
.drop-down .link-list{float: left;margin-left: 35px;}
.drop-down .link-list:first-child{margin-left: 0;}
.floatxl-4{
	width:100%;
	z-index:999999;}
.advertisement .mask_Layout{
      background:rgba(255, 255, 255, 0.5);
      background-color:#ffffff/9;
      filter:alpha(opacity=50)/9; /*IE滤镜，透明度50%*/
      -moz-opacity:0.5/9; /*Firefox私有，透明度50%*/
      opacity:0.5/9;/*其他，透明度50%*/

}
